-
Notifications
You must be signed in to change notification settings - Fork 98
feat: add ccapi to application samples #780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add ccapi to application samples #780
Conversation
748ac3f to
d4d237d
Compare
3cc85d3 to
777dc6d
Compare
64506e9 to
8645511
Compare
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
8645511 to
41b2505
Compare
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
41b2505 to
266287c
Compare
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
379f567 to
d3dee26
Compare
|
@osamamagdy checks are failing because you have to add core_peer_org_name to the test.sh script in the test-network directory around line 111 |
It seems that you run it with ego instead of pure go (for testing on M1). |
|
Looking at the Github actions ... it's still failing related to the missing |
yeah @mbrandenburger now that you mention it I remember! |
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
3dffe3a to
2efeb72
Compare
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
munapower
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to make it run ....
Signed-off-by: Osama Magdy <59124937+osamamagdy@users.noreply.github.com>
mbrandenburger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat: add ccapi Signed-off-by: osamamagdy <osamamagdy174@gmail.com> * fix: fix linting errors Signed-off-by: osamamagdy <osamamagdy174@gmail.com> * fix: add go mod for ccapi Signed-off-by: osamamagdy <osamamagdy174@gmail.com> * fix: edit go mod to use fpc from main commit Signed-off-by: osamamagdy <osamamagdy174@gmail.com> * fix: edit path Signed-off-by: osamamagdy <osamamagdy174@gmail.com> * fix: remove go mod vendor from dockerfile Signed-off-by: osamamagdy <osamamagdy174@gmail.com> * doc: cd into ccapi before running Signed-off-by: osamamagdy <osamamagdy174@gmail.com> * feat: remove hardcoded org name Signed-off-by: osamamagdy <osamamagdy174@gmail.com> * feat: edit ccapi to be just an extension Signed-off-by: osamamagdy <osamamagdy174@gmail.com> * fix: add the org name for scripts Signed-off-by: osamamagdy <osamamagdy174@gmail.com> * fix: export CORE_PEER_ORG_NAME Signed-off-by: osamamagdy <osamamagdy174@gmail.com> * docs: edit readme Signed-off-by: osamamagdy <osamamagdy174@gmail.com> * docs: add notes for ccapi Signed-off-by: Osama Magdy <59124937+osamamagdy@users.noreply.github.com> --------- Signed-off-by: osamamagdy <osamamagdy174@gmail.com> Signed-off-by: Osama Magdy <59124937+osamamagdy@users.noreply.github.com>
What this PR does / why we need it:
This PR is a continuation to #779 on how to integrate with the cc-tools project, especially using the cc-tools-demo project
Here, we add the CCAPI, which is an API server that uses REST APIs to communicate with peers and invoke operations.
Which issue(s) this PR fixes:
Fixes the LFX mentorship project Hyperledger Fabric CC-Tools Support for Fabric Private Chaincode